バージョン

Item プロパティ (OlapElementDescriptorCollectionBase<T>)

指定した名前がある項目を返します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal name As String _
) As T
public T this[ 
   string name
]; {get;}

パラメータ

name
返される項目の名前。
参照